/* 通用样式 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.wt-clearFloat:after {
	display: block;
	content: '';
	clear: both;
}

.wt-clearFloat {
	zoom: 1;
}

.wt-text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a{
	color: #000;
	text-decoration: none;
}

.pl-5{
	padding-left: 5px;
}

.pl-10{
	padding-left: 10px;
}

.pl-15{
	padding-left: 15px;
}

html,body{
	width: 100%;
	min-width: 1200px!important;
}

/* 特殊处理 */
#showV6Msg{
	box-sizing: border-box;
}